Zum Hauptinhalt springen
GET
/
public
/
v1
/
segment-service
/
segments
/
{segment-id}
/
signed-url
[BETA] Get upload users signed url for a segment.
curl --request GET \
  --url https://api.topsort.com/public/v1/segment-service/segments/{segment-id}/signed-url \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Autorisierungen

Authorization
string
header
erforderlich

A valid API key generated in Topsort's UI.

Pfadparameter

segment-id
string
erforderlich

The ID of the segment.

Abfrageparameter

action
enum<string>
Standard:add

The action to perform on the segment. Possible values are 'add', 'remove', or 'replace'. The 'replace' action will first remove all existing users from the segment before adding the new ones.

Verfügbare Optionen:
add,
remove,
replace

Antwort

Successful Response

url
string<uri>
erforderlich

The presigned URL.

Required string length: 1 - 2083